Result

The result of an analyzer.

@safe
struct Result {
Score score;
}

Members

Variables

msg
Messages msg;

Messages from the analyzer to the user.

status
Status status;

The summary state of an analyzer after it has executed.

Meta